home *** CD-ROM | disk | FTP | other *** search
- windgem.a: InitFile.o InitFile.h
- ar -r InitFile.a InitFile.o
- cp InitFile.a i:\usr\lib\sozobonx
- cp InitFile.h i:\usr\include
-
- InitFile.o: InitFile.c InitFile.h
- cc -c InitFile.c -O -V
-
- test_inf: test_inf.o
- cc -otest_inf.tos -O -V test_inf.o InitFile.a
-
- test_inf.o: test_inf.c
- cc -c test_inf.c -O -V
-
-